home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / mint / mntlib25 / defmode.c < prev    next >
Text File  |  1992-09-17  |  431b  |  11 lines

  1. /* moved to a separate module, so that people who want to can put
  2.  * __default_mode__ = _IOBIN in their main program without getting
  3.  * a link conflict; moreover, this allows stdin and stdout to be
  4.  * binary mode by default as well. ++ERS
  5.  *
  6.  * moved into a module independent of binmode so that if its undefined
  7.  * by the user it is pulled in from here without pulling in binmode() too.
  8.  *
  9.  */
  10. int __default_mode__ = 0;
  11.